SOCKS5 プロキシサーバを実装する
Rust の練習に書いてみている
わからんポイント
BND.ADDR / BND.PORT
server bound address と server bound port in network octet order を返すらしいが、なにそれ?
実際何が返ってきてるのか見てみよう
OpenSSH の実装では 0.0.0.0 と 0 が返ってきてました、何?
なんかムチャクチャな値を返しても何もならないし OpenSSH にならって 0.0.0.0:0 を返しておくか、、、
curl
curl -vx socks5://127.0.0.1:3535 https://example.com
ブラウザ